home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Equipement / hMailServer / hMailServer-4.1-Build-136.exe / {app} / PHPWebAdmin / theme / default / plugin_searchemail.tpl < prev    next >
Text File  |  2005-02-10  |  913b  |  29 lines

  1. <table border="0" cellpadding="5" cellspacing="2" width="100%">
  2.     <tr>
  3.         <td align="center" colspan="2"><h1>{translate}search_email{/translate}</h1></td>
  4.     </tr>
  5.     <tr>
  6.         <td>
  7.             <form name="searchforemail" method="post" action="index.php">
  8.             <input type="hidden" name="page" value="plugin">
  9.             <input type="hidden" name="plugin" value="searchemail">
  10.             <input type="hidden" name="pluginfunction" value="dosearch">
  11.             <table>
  12.                 <tr>
  13.                     <td>Search for: <input type="text" name="searchvalue" size="50" maxlength="254"> <input type="submit" value="{translate}search{/translate}"></td>
  14.                 </tr>
  15.             </table>
  16.             </form>
  17.         </td>
  18.     </tr>
  19.     {if $accounts}
  20.     {section name=list loop=$accounts}
  21.     <tr>
  22.         <td>
  23.         <a href="index.php?page=accounts_edit&AccountID={$accounts[list]->ID}&DomainID={$accounts[list]->ID}">{$accounts[list]->Address}</a>
  24.         </td>
  25.     </tr>
  26.     {/section}
  27.     {/if}
  28. </table>
  29.